home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Software Contest 3
/
FM Towns Software Contest 3.iso
/
jintai
/
tg_play.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-07
|
389b
|
21 lines
%1\t_uty\chkmem -maxi 32 -inqu 1536
if errorlevel 1 goto run
%1\sidework\sidework -r
%1\t_uty\chkmem -maxi 32 -inqu 1152
if errorlevel 1 goto exec
goto skip
:exec
%1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
:skip
%1\sidework\sidework
goto end
:run
%1\run386 -spritmap -maxi 32 tg_play.exp %2 %3 %4 %5 %6
:end